crypto/ecdh.nistCurve.name (field)
8 uses
crypto/ecdh (current package)
nist.go#L18: name string
nist.go#L33: return c.name
nist.go#L40: key, bytes, err := boring.GenerateKeyECDH(c.name)
nist.go#L83: bk, err := boring.NewPrivateKeyECDH(c.name, key)
nist.go#L177: bk, err := boring.NewPublicKeyECDH(c.name, k.publicKey)
nist.go#L222: name: "P-256",
nist.go#L241: name: "P-384",
nist.go#L262: name: "P-521",
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |